Store informations related to User, but not authorization-related {django}

description
No value
aliases
No value
tags
No value
created
2023-06-05T22:17:44
updated
2023-07-15T21:33:03
title
Store informations related to User, but not authorization-related {django}

If you wish to store information related to User, you can use a OneToOneField to a model containing the fields for additional information. This one-to-one model is often called a profile model, as it might store non-auth related information about a site user. For example you might create an Employee model